UserVariable Class

Represents a user-defined variable.

Inheritance Hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Api.UserVariable

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public class UserVariable
Public Class UserVariable

 

The UserVariable class exposes the following members.

Constructors

 NameDescription
UserVariableInitializes a new instance of the UserVariable class.

Properties

 NameDescription
NameThe name of a variable.
TypeThe data type of a variable.
IdThe ID of a variable.
IndexThe index of a variable.

See also

IntervalZero.KINGSTAR.Base.Api Namespace